dvb_logfunc

@typedef void (*dvb_logfunc)(int level, const char *fmt, ...) @brief typedef used by dvb_fe_open2 for the log function @ingroup ancillary

extern (C)
alias dvb_logfunc = void function
(
int level
,
const(char)* fmt
,)

Meta